home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Aventura / climatechaos.swf / scripts / frame_9 / PlaceObject2_221_119 / CLIPACTIONRECORD onClipEvent(load).as
Encoding:
Text File  |  2008-09-12  |  278 b   |  15 lines

  1. onClipEvent(load){
  2.    this.onRelease = function()
  3.    {
  4.       getURL("http://www.superflashbros.net","_blank","GET");
  5.    };
  6.    this.onRollOver = function()
  7.    {
  8.       this.gotoAndStop(2);
  9.    };
  10.    this.onRollOut = function()
  11.    {
  12.       this.gotoAndStop(1);
  13.    };
  14. }
  15.